โ– humdrum codex / glint v1.1.2
license AGPL-3.0
1.2 KB raw
id
TASK-045
title
Highlight TK placeholder markers
status
๐Ÿ Done
assignee
created_date
2026-07-14 15:48
updated_date
2026-07-14 16:12
labels
feature
dependencies
priority
medium
ordinal
44000

Description

Stylize journalism 'TK'/'tk' to-come placeholders so they pop as fill-in reminders. Decided: whole-word match (TK/tk/TKTK repeats), case-insensitive, prose only (skip code files, code spans, URLs, frontmatter, wikilink/link targets - same exclusions as spellcheck). Render as a filled 'badge' chip: padded ' TK ', bold, loud fg/bg pair. New theme token TK added to all 3 palettes (loud accent: magenta-ish dark, matching light/charm). Implement as a prose post-pass in buildVisual (like spellPass/grammarPass) splitting prose spans and re-emitting TK tokens with the badge style. TDD.

Acceptance Criteria